This utility will translate Pascal keywords and operators to their C equivalent. This utility will operate on any files which DO NOT end in the suffix ".c". It will generate a new file with the original file name plus the suffix ".p.c" which contains the translated output from the utility.
This program is an aid in translating a Pascal program to C. It will do much of the repetitive mechanical conversion. HOWEVER, the programmer will need a working knowledge of both Pascal and C to manually convert some Pascal features which this program cannot handle, or for which there is no direct C equivalent.